home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 5 / Apprentice-Release5.iso / Source Code / C / Applications / Cheat II / original / cheatprefs.h < prev    next >
Text File  |  1994-08-31  |  481b  |  18 lines

  1. // prefs.h
  2.  
  3. // our defines
  4.  
  5. #define kadditiverate 0
  6. #define kmultrate 1
  7.  
  8.     // variables it affects
  9. extern Str255 stimeunit, stimevar, stotalunit, stotalvar, sinitbal, sratetitle, sratevar, ssymbol;
  10. extern Str255 DscaleMinS, DscaleMaxS;
  11. extern int onleft;        // where to place symbol
  12. extern int ratetype;
  13. extern long updateTime, replayTime;    // times for the day cycle thing
  14. extern int tdecplaces, bdecplaces;
  15.  
  16. void doPrefDialog(void);
  17. void doScaleDialog(void);
  18. void doTimeDialog(void);